Release 10.1A: OpenEdge Development:
ADM Reference


cancelObject

Procedure that passes a cancel request to its container.

Location: datavis.p

Parameters: None

Notes:

PROCEDURE addRecord: 
/* 
** Code placed here will execute PRIOR to standard behavior. 
*/ 
  RUN SUPER.
/* 
** Code placed here will execute AFTER standard behavior. 
*/ 
  iRecTotal = iRecTotal + 1. 
  DISPLAY iRecTotal WITH FRAME {&FRAME-NAME}. 
END PROCEDURE. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095